home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dynamic Graphics Magazine (Alt)
/
Dynamic Graphics Magazine (Version B).iso
/
pc
/
dgm
/
emain.dir
/
00002.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-03-25
|
258 b
|
12 lines
on lightName vchannel, vLtSprite
puppetSprite(vchannel, 1)
repeat while rollOver(vchannel)
set the castNum of sprite vchannel to vLtSprite
updateStage()
if the mouseDown then
exit
end if
end repeat
puppetSprite(vchannel, 0)
end